home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Utilities
/
Power Utilities.iso
/
utility
/
pro176
/
q.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-01-22
|
197 b
|
12 lines
@echo off
:MAIN
shift
if "%0" == "" goto END
sqz u %0 /WSp1q0z1 %0\*.*
if errorlevel 128 goto MAIN
if errorlevel 1 goto ERROR
goto MAIN
:ERROR
echo ERROR from SQZ while packing %0
:END